GET /rest/v1/lp-ppe-api/price-quote/getNextLockStatus/{{lockId}}/{{lockEventId}}
Authorization |
Bearer {{accessToken}}
|
|
Copy Code | |
|---|---|
curl --location -g '{{protocol}}{{domain}}/rest/v1/lp-ppe-api/price-quote/getNextLockStatus/{{lockId}}/{{lockEventId}}' \ --header 'Authorization: {{token}}' | |
|
Copy Code | |
|---|---|
[
{
"id": "5ff4320524aa9a0001500c76",
"createdBy": null,
"creationDate": "2021-01-05T09:31:49Z",
"modifiedBy": null,
"modifiedDate": "2021-01-05T09:31:49Z",
"allowModifiedDate": true,
"modifiedByOverride": null,
"alert": false,
"order": 0,
"root": false,
"primeState": false,
"autoStatus": true,
"autoStatusLockStatusId": "5ecea95e24aa9a000123cf8f",
"allowRevert": false,
"allowRevertTo": [],
"productCodes": [],
"productCodesExclude": [],
"allowPriceChange": false,
"code": "Locked Extension",
"buttonName": "Locked",
"description": null,
"loanSupplyType": [
"BuySide"
],
"visibleGroupIds": [],
"alertGroupIds": [],
"mappingLos": [],
"nextStatusIds": [
"5ecea95e24aa9a000123cf8f"
],
"color": "green",
"alertActors": [],
"lockStatusLogic": "ModificationRequested",
"allowDaylockOverride": false,
"allowGracePeriodOverride": false,
"requireReprice": false,
"repriceOutOfGroup": false,
"repriceOutOfGroupTriggerWorseCase": false,
"worseCase": false,
"allowLockDateUpdate": false,
"disabled": false,
"lockException": {
"requestType": "Request",
"allowRme": false,
"enable": false,
"priceToFee": false,
"type": "Price",
"types": [],
"valueType": "Points",
"lockExceptionMappedByGroup": {}
},
"lockExtender": {
"id": "5ff4320524aa9a0001500c77",
"creationDate": "2021-01-05T09:31:49Z",
"modifiedDate": "2021-01-05T09:31:49Z",
"allowModifiedDate": true,
"enable": true,
"allowRme": false,
"type": "Response",
"useRateProgram": false,
"allowOverride": false,
"lockExtensions": [],
"allowDailyFee": false
},
"worseCaseSettings": {
"restrictDayLockPeriodHistorical": false,
"restrictDayLockPeriodCurrent": false,
"keepLockEffectiveDate": false,
"currentRateSheet": null,
"historicalRateSheet": null,
"worseCase": null,
"applyOriginalComp": false
},
"statusFee": null,
"buySide": true
},
{
"id": "5f9f0f9c24aa9a00014cc0e9",
"createdBy": null,
"creationDate": "2020-11-01T19:42:20Z",
"modifiedBy": null,
"modifiedDate": "2020-11-01T19:42:20Z",
"allowModifiedDate": true,
"modifiedByOverride": null,
"alert": false,
"order": 0,
"root": false,
"primeState": false,
"autoStatus": false,
"autoStatusLockStatusId": null,
"allowRevert": false,
"allowRevertTo": [],
"productCodes": [],
"productCodesExclude": [],
"allowPriceChange": false,
"code": "Locked (Post-Lock Request Denied)",
"buttonName": "Deny Post-Lock Request",
"description": "Post-Lock Request Denied",
"loanSupplyType": [
"SellSide"
],
"visibleGroupIds": [],
"alertGroupIds": [],
"mappingLos": [],
"nextStatusIds": [
"5ecea9e024aa9a00012471eb",
"5f6193d724aa9a00012dff6a",
"5f6adb9224aa9a0001731991",
"5eceaa2024aa9a0001247214"
],
"color": "red",
"alertActors": [],
"lockStatusLogic": "Rejected",
"allowDaylockOverride": false,
"allowGracePeriodOverride": false,
"requireReprice": false,
"repriceOutOfGroup": false,
"repriceOutOfGroupTriggerWorseCase": false,
"worseCase": false,
"allowLockDateUpdate": false,
"disabled": false,
"lockException": {
"requestType": "Request",
"allowRme": false,
"enable": false,
"priceToFee": false,
"type": "Price",
"types": [],
"valueType": "Points",
"lockExceptionMappedByGroup": {}
},
"lockExtender": {
"id": "5f9f0f9c24aa9a00014cc0ea",
"creationDate": "2020-11-01T19:42:20Z",
"modifiedDate": "2020-11-01T19:42:20Z",
"allowModifiedDate": true,
"enable": false,
"allowRme": false,
"type": "Request",
"useRateProgram": true,
"allowOverride": false,
"lockExtensions": [],
"allowDailyFee": false
},
"worseCaseSettings": {
"restrictDayLockPeriodHistorical": false,
"restrictDayLockPeriodCurrent": false,
"keepLockEffectiveDate": false,
"currentRateSheet": null,
"historicalRateSheet": null,
"worseCase": null,
"applyOriginalComp": false
},
"statusFee": null,
"buySide": false
}
] | |